crypto/tls.clientHelloMsg.earlyData (field)
15 uses
crypto/tls (current package)
handshake_client.go#L329: if hello.earlyData {
handshake_client.go#L503: hello.earlyData = true
handshake_client_tls13.go#L366: if hello.earlyData {
handshake_client_tls13.go#L367: hello.earlyData = false
handshake_client_tls13.go#L583: if !hs.hello.earlyData && encryptedExtensions.earlyData {
handshake_client_tls13.go#L587: if hs.hello.earlyData && !encryptedExtensions.earlyData {
handshake_messages.go#L94: earlyData bool
handshake_messages.go#L153: if m.earlyData {
handshake_messages.go#L624: m.earlyData = true
handshake_messages.go#L710: earlyData: m.earlyData,
handshake_server_tls13.go#L159: if hs.clientHello.earlyData && c.quic != nil {
handshake_server_tls13.go#L164: } else if hs.clientHello.earlyData {
handshake_server_tls13.go#L441: if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
handshake_server_tls13.go#L654: if clientHello.earlyData {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)